home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / pcmpass / form2.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-04-02  |  1.3 KB  |  47 lines

  1. VERSION 5.00
  2. Begin VB.Form Form2 
  3.    Caption         =   "Sample Pass"
  4.    ClientHeight    =   1695
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   3675
  8.    LinkTopic       =   "Form2"
  9.    ScaleHeight     =   1695
  10.    ScaleWidth      =   3675
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.CommandButton Command1 
  13.       Caption         =   "Exit"
  14.       Height          =   495
  15.       Left            =   1200
  16.       TabIndex        =   2
  17.       Top             =   1080
  18.       Width           =   1215
  19.    End
  20.    Begin VB.CommandButton Command2 
  21.       Caption         =   "Edit"
  22.       Height          =   495
  23.       Left            =   1200
  24.       TabIndex        =   0
  25.       Top             =   600
  26.       Width           =   1215
  27.    End
  28.    Begin VB.Label Label1 
  29.       Alignment       =   2  'Center
  30.       Caption         =   "You Have Loged In!"
  31.       Height          =   255
  32.       Left            =   120
  33.       TabIndex        =   1
  34.       Top             =   240
  35.       Width           =   3375
  36.    End
  37. Attribute VB_Name = "Form2"
  38. Attribute VB_GlobalNameSpace = False
  39. Attribute VB_Creatable = False
  40. Attribute VB_PredeclaredId = True
  41. Attribute VB_Exposed = False
  42. Private Sub Command1_Click()
  43. End Sub
  44. Private Sub Command2_Click()
  45. Form1.Pass1.Edit
  46. End Sub
  47.